home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / prefs.dxr / 00021_close box prefs.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  258 b   |  15 lines

  1. property ancestor
  2.  
  3. on new me, buttonName, castName, xSprite, xLoc, descendant
  4.   ancestor = new(script("generic button"), buttonName, castName, xSprite, xLoc, me)
  5.   return me
  6. end
  7.  
  8. on performFunction me
  9.   go(the frame + 1)
  10. end
  11.  
  12. on buttonLoc me
  13.   return me
  14. end
  15.